home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / aspell-en.postinst < prev    next >
Text File  |  2006-11-08  |  339b  |  17 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by installdeb-aspell
  4.  
  5.  
  6. SCRIPT="/usr/sbin/update-dictcommon-aspell"
  7.  
  8. if [ "$1" = "configure" ] ; then
  9.     if [ -x "$SCRIPT" ]; then
  10.     $SCRIPT  
  11.     else
  12.     echo "Error: $SCRIPT not present or executable. Missing dependency on dictionaries-common?" >&2
  13.     exit 1
  14.     fi
  15. fi
  16. # End automatically added section
  17.